Explicitly set grid positions in the ui file
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Aug 2020 20:22:59 +0000 (16:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Aug 2020 20:22:59 +0000 (16:22 -0400)
We were outsmarted by a combination of gtk-builder-tool
removing default values and GtkGrid guessing good values
for omitted properties.

Fixes: #3080
demos/widget-factory/widget-factory.ui

index 8a43c1a11b55de350ffb20ac54ab3c509868b771..0e4b0facdfe18755e6340992ecdac8da5294c905 100644 (file)
@@ -3140,6 +3140,7 @@ bad things might happen.</property>
             <property name="xalign">1</property>
             <layout>
               <property name="row">1</property>
+              <property name="column">0</property>
             </layout>
           </object>
         </child>
@@ -3166,6 +3167,7 @@ bad things might happen.</property>
           <object class="GtkEntry" id="open_popover_entry">
             <property name="activates-default">1</property>
             <layout>
+              <property name="row">0</property>
               <property name="column">1</property>
               <property name="column-span">2</property>
             </layout>